home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Popular Request
/
By Popular Request (Arsenal Computer)(SysOptics Distribution System).ISO
/
amiga3
/
p37104.lha
/
PackIt
/
Install_PackIt
< prev
next >
Wrap
Text File
|
1993-12-19
|
494b
|
30 lines
; Installation script for PackIt
(transcript "Installing PackIt...")
(copylib
(prompt "Install PowerPacker library.")
(help @copylib-help)
(source "LIBS/powerpacker.library")
(dest "libs:")
(confirm)
)
(set name
(askdir
(prompt "Install PackIt where?")
(help @askdir-help)
(default "C:")
)
)
(copyfiles
(source "PackIt")
(dest name)
)
(set @default-dest name)
(exit)